mruby.data

Undocumented in source.

Members

Functions

mrb_data_check_get_ptr
void* mrb_data_check_get_ptr(mrb_state* mrb, mrb_value , const(mrb_data_type)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_data_check_type
void mrb_data_check_type(mrb_state* mrb, mrb_value , const(mrb_data_type)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_data_get_ptr
void* mrb_data_get_ptr(mrb_state* mrb, mrb_value , const(mrb_data_type)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_data_init
void mrb_data_init(mrb_value v, void* ptr, const(mrb_data_type)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_data_object_alloc
RData* mrb_data_object_alloc(mrb_state* mrb, RClass* klass, void* datap, const(mrb_data_type)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

RData
struct RData
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_data_type
struct mrb_data_type
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta